home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / cbm / 2297 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.3 KB  |  29 lines

  1. Newsgroups: comp.sys.cbm
  2. Path: nntp.coast.net!torn!news!a10
  3. From: a10@server.uwindsor.ca (Darren Fuerst)
  4. Subject: Re: anyone doing heavy math on a c64?
  5. X-Nntp-Posting-Host: server.uwindsor.ca
  6. Message-ID: <DMLE6B.477@news.uwindsor.ca>
  7. Sender: news@news.uwindsor.ca (Usenet)
  8. Organization: University of Windsor, Ontario, Canada
  9. References: <4ej26o$qmr@news.acns.nwu.edu> <4f49t9$2q5@madeline.INS.CWRU.Edu> <Pine.AIX.3.91.960209090235.16664A-100000@earth.bloomu.edu>
  10. Date: Sun, 11 Feb 1996 03:39:46 GMT
  11.  
  12. In article <Pine.AIX.3.91.960209090235.16664A-100000@earth.bloomu.edu> "Mitch B. Parker" <mbpark@earth.bloomu.edu> writes:
  13. >because it's really NOT a complicated method.  It's 15 lines of TP6 code, 
  14. >which would make about 60-65 lines of ASM code.
  15.  
  16. Why not just leave it in Pascal?  There are a number of pretty good Pascal
  17. compilers for the 64 and 128.  Pascal works ok for quite a bit of numerical
  18. work (complex numbers take some kludging), and because it's so highly
  19. structured it's relatively easy to create a numeric library and just drop
  20. in whatever a particular application needs.  Some (most? all?) Pascal
  21. compilers also run with the BASIC ROM switched out, so you gain access to
  22. that RAM, plus the 4k above it, without having to do your own memory
  23. management.
  24.  
  25. I like KMMM Pascal, BTW.
  26.  
  27. Darren
  28.  
  29.